From: Richard M. Stallman Date: Sat, 25 Dec 1993 08:12:08 +0000 (+0000) Subject: (Fmemory_limit): No longer interactive. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93707 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31ce1c9154b20e2c204d93b839743d7b8b3ea7ea;p=emacs.git (Fmemory_limit): No longer interactive. --- diff --git a/src/alloc.c b/src/alloc.c index f17db1ff07c..d4c4f3c402f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2124,7 +2124,7 @@ compact_strings () /* Debugging aids. */ -DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", +DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, 0, "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ This may be helpful in debugging Emacs's memory usage.\n\ We divide the value by 1024 to make sure it fits in a Lisp integer.")